home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / virus / nav95201.zip / INSTALL.INF < prev    next >
INI File  |  1997-02-25  |  38KB  |  1,417 lines

  1. [InstallVersion]
  2. 4.1
  3. [Process]
  4. ;!;//////////////////////////////////////
  5. ;!;// ADMIN CONFIGURABLE SETTINGS
  6. ;!;//////////////////////////////////////
  7. ;!;
  8. ;!; switch92 - Install LiveUpdate files if TRUE
  9. switch92 = TRUE
  10. ;!;
  11. ;!;//////////////////////////////////////
  12. ;!;// END OF ADMIN CONFIGURABLE SETTINGS
  13. ;!;//////////////////////////////////////
  14. AllowIntlChars()
  15. Bitmaps(Pix)                           
  16. DisableHelp()                          
  17. EnableForceWrite()
  18. EnableUpperCase()
  19. Backup(CustDLLCopy)                    
  20. CallProc(InitMemory)
  21. CallProc(RestoreNavap)
  22. WizardPanel(WrongVersion, siwnav32.dll)
  23. switch31 = IsWinVerGTE(0351)
  24. #if(switch31)                           
  25.     switch31 = CallProcEx(IsPlatformNT) 
  26. #endif
  27. switch30 = IsWinVerGTE(0395)            
  28. #if(switch31)                           
  29.     switch30 = FALSE                    
  30. #endif
  31. #ifnot(switch30)
  32.     WizardProcessPanel()                
  33.     Exit()
  34. #endif
  35. switch78 = FALSE
  36. #if(switch30)
  37.    switch59 = FALSE
  38.    switch80 = TRUE
  39.    switch81 = TRUE
  40.    switch82 = TRUE
  41.    switch83 = FALSE
  42.    SetActiveCopy(NAVCopy, install.inf)
  43.    EnableWin95Shell()
  44. #endif
  45. WizardPanel(NoWinSpace, siwnav32.dll)
  46. CallProc(CheckWinSpace)
  47. #if(switch70)
  48.     CallProc(ShowWinSpaceError)        
  49.     WizardProcessPanel()        
  50.     Exit()
  51. #endif
  52. :TargetDirs
  53. switch68 = FALSE
  54. switch02 = FALSE
  55. switch03 = FALSE
  56. switch04 = FALSE
  57. #if(switch30)
  58.     switch02 = CallProcEx(CheckLFNTarget)   
  59.     switch03 = CallProcEx(CheckLFNCDrive)   
  60.     switch04 = CallProcEx(CheckLFNWindows)  
  61. #endif
  62. #ifnot(switch02)
  63.     ResetTarget(Target2SFN)         
  64.     ResetTarget(Target2to1)         
  65.     ResetTarget(TargetExt)          
  66. #else
  67.     ResetTarget(Target2LFN)         
  68.     ResetTarget(Target2to1)         
  69.     ResetTarget(TargetExt)          
  70. #endif
  71. switch99 = CallProcEx(FindSharedComponents) 
  72. #ifnot(switch99)
  73.     #ifnot(switch03)                
  74.         GetSymantecDir()            
  75.         ResetTarget(TargetShared)
  76.         ResetTarget(TargetSharedShort)
  77.     #endif
  78. #endif
  79. SetInternalFlag(1)
  80. WizardPanel(Welcome, siwnav32.dll)
  81. WizardProcessPanel()
  82. :RegisterDialog
  83. switch68 = CallProcEx(CheckPrevVer)
  84. switch68 = CallProcEx(CheckLuigiVersion)
  85. #ifnot(switch68)
  86.     WizardPanel(NotFound, siwnav32.dll)
  87.     WizardProcessPanel()
  88.     Exit()
  89. #endif
  90. WizardExcludePanel(NotFound)
  91. CallProc(PrepareForUpdate)
  92. CallProc(PrepareForUpdate2)
  93. :InstallLocation
  94. GetPrevVerSize()                    
  95. :InstallTypeDialog
  96. switch63 = FALSE
  97. #ifnot(switch63)                        
  98.     #if(switch30)
  99.         SetActiveCopy(NAVCopy, install.inf)
  100.     #endif
  101. #endif
  102. switch78 = TRUE                
  103. :CopyFilesDialog
  104. WizardPanel(CopyFiles, siwnav.dll)
  105. WizardProcessPanel()
  106. CreateDirectory(CreateExtDir)
  107. CreateDirectory(CreateSharedDir)
  108. #if(switch78)                           
  109.     switch99 = Exists(NavoptsFind)
  110.     #if(switch99)
  111.         DeselectOption(options)
  112.     #endif
  113.     switch99 = Exists(NewoptsFind)
  114.     #if(switch99)
  115.         DeselectOption(newoptions)
  116.     #endif
  117. #endif
  118. #if(switch78)                           
  119.     DeselectOption(SchedDat)            
  120. #else                                   
  121.     #ifnot(switch81)                    
  122.         DeselectOption(SchedDat)        
  123.     #endif
  124. #endif
  125. ResetTarget(Target5VerCheck)            
  126. DisableUtils()
  127. Copy()
  128. ExecChildProcess(RTPatchRun)
  129. switch99 = Exists(RequiredRTP)
  130. #if(switch99)
  131.   WizardPanel(UpdError, siwnav32.dll)
  132.   WizardProcessPanel()
  133.   Goto(CleanupAndExit)
  134. #endif
  135. switch99 = CallProcEx(CheckLuigiVersion)
  136. #if(switch99)
  137.   WizardPanel(UpdError, siwnav32.dll)
  138.   WizardProcessPanel()
  139.   Goto(CleanupAndExit)
  140. #endif
  141. ExecChildProcess(RTPatchRun2)
  142. switch99 = Exists(OptionalRTP)
  143. #if(switch99)
  144.   WizardPanel(UpdError, siwnav32.dll)
  145.   WizardProcessPanel()
  146.   Goto(CleanupAndExit)
  147. #endif
  148. EnableUtils()
  149. Launch(WintdistRun)
  150. switch99 = CallProcEx(SymevntAsNew)
  151. #if(switch99)
  152.     Backup(SymevntNewer)
  153. #endif
  154. Delete(SymevntTempDel)
  155. switch99 = CallProcEx(InfodeskAsNew)
  156. #if(switch99)
  157.     Backup(InfodeskNewer)
  158. #endif
  159. Delete(InfodeskTempDel)
  160. switch99 = CallProcEx(SymstatAsNew)
  161. #if(switch99)
  162.     Backup(SymstatNewer)
  163. #endif
  164. Delete(SymstatTempDel)
  165. switch99 = Exists(SymevntFind)
  166. #if(switch99)
  167.     Backup(SymevntCopy)
  168. #endif
  169. switch99 = Exists(Symevnt16Find)
  170. #if(switch99)
  171.     Backup(Symevnt16Copy)
  172. #endif
  173. switch99 = Exists(Symevnt32Find)
  174. #if(switch99)
  175.     Backup(Symevnt32Copy)
  176. #endif
  177. ResetTarget(Target10toLiveUpdateDir)   
  178. #if(switch92)
  179. CreateDirectory(CreateOnrampDir)
  180. switch99 = CallProcEx(OnrampexeAsNew)
  181. #if(switch99)
  182.     Backup(OnrampexeNewer)
  183. #endif
  184. switch99 = CallProcEx(Symmal32AsNew)
  185. #if(switch99)
  186.     Backup(Symmal32Newer)
  187. #endif
  188. switch99 = CallProcEx(Symhm32AsNew)
  189. #if(switch99)
  190.     Backup(Symhm32Newer)
  191. #endif
  192. switch99 = CallProcEx(Symhf32AsNew)
  193. #if(switch99)
  194.     Backup(Symhf32Newer)
  195. #endif
  196. switch99 = CallProcEx(Symdis32AsNew)
  197. #if(switch99)
  198.     Backup(Symdis32Newer)
  199. #endif
  200. switch99 = CallProcEx(Symuzp32AsNew)
  201. #if(switch99)
  202.     Backup(Symuzp32Newer)
  203. #endif
  204. CallProcEx(OnrampUsageCounts)
  205. MergeRegFile(OnrampReg)
  206. #endif 
  207. Delete(OnrampTempDel)
  208. switch99 = CallProcEx(FindSharedComponents) 
  209. #ifnot(switch99)
  210.     #ifnot(switch03)                
  211.         GetSymantecDir()            
  212.         ResetTarget(TargetShared)
  213.         ResetTarget(TargetSharedShort)
  214.     #endif
  215. #endif
  216. CallProcEx(UsageCounts)
  217. ResetTarget(TargetSharedShort)
  218. CallProcEx(GetShort)
  219. ResetTarget(TargetSharedSave)           
  220. ResetTarget(TargetShort)
  221. CallProcEx(GetShort)                    
  222. MergeRegFile(NavReg)                    
  223. ResetTarget(TargetSave)                 
  224. ResetTarget(TargetExtShort)
  225. CallProcEx(GetShort)                    
  226. ResetTarget(TargetRoot)                 
  227. ResetTarget(TargetExtShort)             
  228. WizardExcludePanel(ModifyFile)
  229. :checksysini
  230. :checkschedini                          
  231. SilentModifyTF(AddContents)
  232. CallProcEx(SetNavoptsReg)               
  233. SetRegistration(SetNAVRegister)
  234. #ifnot(switch78)                        
  235.     CallProcEx(SetLoadNavap)            
  236.     CallProcEx(SetStartupScan)          
  237.     CallProcEx(UpdateNavstart)          
  238. #endif
  239. CallProcEx(AddDefinitionsLocation)
  240. MergeRegFile(SageReg)
  241. switch99 = IsOptionSelected(install)
  242. #if(switch99)
  243.     MergeRegFile(SetupReg)
  244. #endif
  245. switch99 = IsOptionSelected(navw32)
  246. #if(switch99)
  247.     MergeRegFile(NavwReg)
  248. #endif
  249. switch99 = IsOptionSelected(navapw)
  250. #if(switch99)
  251.     MergeRegFile(NavapwReg)
  252. #endif
  253. switch99 = IsOptionSelected(Scheduler)
  254. #if(switch99)
  255.     MergeRegFile(SchedReg)
  256. #endif
  257. switch99 = IsOptionSelected(rescue)
  258. #if(switch99)
  259.     MergeRegFile(RescuewReg1)
  260.     MergeRegFile(RescuewReg2)
  261.     MergeRegFile(RescuewReg3)
  262. #endif
  263. CallProcEx(UpdateInstFlag)
  264. WizardPanel(UseLiveUpdate, siwnav32.dll)
  265. #if(switch92)
  266.     WizardProcessPanel()
  267. #endif
  268. WizardPanel(Reach, siwnav32.dll)
  269. WizardProcessPanel()
  270. WizardPanel(UpdFinished, siwnav32.dll)
  271. WizardProcessPanel()
  272. :CheckForFloppy
  273. WizardPanel(RebootFloppyDialog, siwnav32.dll)
  274. :CheckForFloppy2
  275. #if(switch73)
  276.     CallProc(FloppyInDrive)
  277.     #if (switch69)
  278.         switch99=IsSilentMode()
  279.         #if (switch99)
  280.             CallProc(ShowRemoveDiskError)
  281.             Goto(CheckForFloppy2)
  282.         #else
  283.             WizardProcessPanel()
  284.             WizardGotoPanel(RebootFloppyDialog)
  285.         #endif
  286.     #endif
  287. #endif
  288. :CleanupAndExit
  289. CallProcEx(ExitHookProc)
  290. Delete(CustDLLDel)
  291. Delete(RescueDelete)
  292. Delete(WintdistDelete)
  293. Delete(Leftovers)
  294. Delete(RTPatchDel)
  295. #if(switch73)
  296.     CallProcEx(AddCleanupHook)
  297.     ExitRestart()
  298. #else
  299.     Exit()
  300. #endif
  301. End()
  302. [SubProc]
  303. SaveRegistry(SaveRegGroup)     
  304. EnableForceWrite()
  305. MakeFilesReadWrite(RWSetup)
  306. DelFromIni(DelVxds)            
  307. Backup(CustDLLCopy)            
  308. CallProc(BackupNavap)
  309. Return()
  310. [SaveRegGroup]
  311. WINDOWS, system.nav, user.nav
  312. [LoadedList]
  313. navw32.exe
  314. navapw32.exe
  315. nsched32.exe
  316. nresq32.exe
  317. navboot.exe
  318. symnav7.dll
  319. s32nav7.dll
  320. symnav8.dll
  321. s32nav8.dll
  322. symevnt1.dll
  323. s32evnt1.dll
  324. s32stat.dll
  325. [SetShellMessage]
  326. caption  =  "Norton AntiVirus for Windows 95 Setup"
  327. "Welcome to the Norton AntiVirus for Windows 95 Setup. "
  328. " "
  329. "Please select OK to allow Setup to restart Windows"
  330. "and continue the installation. "
  331. " "
  332. "Press Cancel to exit Setup. "
  333. [ResetShellHook]
  334. dll = siwnav32.dll
  335. function = RestoreVxDKey
  336. vxd = NAVAP
  337. [InsertSourceDisk]
  338. caption  =  "Norton AntiVirus for Windows 95 Setup"
  339. "Please re-insert Norton AntiVirus for Windows, Disk1"
  340. [FindSymevntDll]
  341. dll = siwnav32.dll
  342. function = FindSymevnt
  343. [NukeSymevntDll]
  344. dll = siwnav32.dll
  345. function = NukeSymevnt
  346. [SymevntAsNew]
  347. dll = siwnav32.dll
  348. function = IsFileAsNew
  349. file = SYMEVNT.386, TARGET5, TARGET3
  350. [InfodeskAsNew]
  351. dll = siwnav32.dll
  352. function = IsFileAsNew
  353. file = INFODESK.DLL, TARGET5, TARGET3
  354. [SymstatAsNew]
  355. dll = siwnav32.dll
  356. function = IsFileAsNew
  357. file = S32STAT.DLL, TARGET5, TARGET3
  358. [OnrampexeAsNew]
  359. dll = siwnav32.dll
  360. function = IsFileAsNew
  361. file = LIVEUPDT.EXE, TARGET5, TARGET10
  362. [Symmal32AsNew]
  363. dll = siwnav32.dll
  364. function = IsFileAsNew
  365. file = S32LIVE1.DLL, TARGET5, TARGET10
  366. [Symhm32AsNew]
  367. dll = siwnav32.dll
  368. function = IsFileAsNew
  369. file = S32LUHM1.DLL, TARGET5, TARGET10
  370. [Symhf32AsNew]
  371. dll = siwnav32.dll
  372. function = IsFileAsNew
  373. file = S32LUHF1.DLL, TARGET5, TARGET10
  374. [Symdis32AsNew]
  375. dll = siwnav32.dll
  376. function = IsFileAsNew
  377. file = S32LUIS1.DLL, TARGET5, TARGET10
  378. [Symuzp32AsNew]
  379. dll = siwnav32.dll
  380. function = IsFileAsNew
  381. file = S32LUUZ1.DLL, TARGET5, TARGET10
  382. [CheckLFNTarget]
  383. dll = siwnav32.dll
  384. function = DriveSupportsLFN
  385. location = TARGET
  386. [CheckLFNCDrive]
  387. dll = siwnav32.dll
  388. function = DriveSupportsLFN
  389. location = C
  390. [CheckLFNWindows]
  391. dll = siwnav32.dll
  392. function = DriveSupportsLFN
  393. location = WINDOWS
  394. [FindSharedComponents]
  395. dll = siwnav32.dll
  396. function = FindSharedComponents
  397. [CheckPrevVer]
  398. dll = siwnav32.dll
  399. function = CheckPrevVersion
  400. [UpdateInstFlag]
  401. dll = siwnav32.dll
  402. function = UpdateInstalledFlag
  403. [UsageCounts]
  404. dll = siwnav32.dll
  405. function = UpdateUsageCounts
  406. [OnrampUsageCounts]
  407. dll = siwnav32.dll
  408. function = OnrampUpdateUsageCounts
  409. [RemoveInfoDesk]
  410. dll = siwnav32.dll
  411. function = NAVRemoveInfoDesk
  412. [MergeNetscapePluginKey]
  413. dll = siwnav32.dll
  414. function = Sphinx_UpdateNetscapePlugin
  415. [NetscapePlugIn]
  416. application/octet-stream, "386,bin,cla,com,cpl,dll,doc,dot,drv,exe,ncp,ned,nnl,ocx,ovl,scr,sys,vbx,vxd"
  417. application/zip,"zip,lha,lzh"
  418. application/msexcel,"xlb,xlm,xls,xlt,xlw"
  419. application/msword,"doc,dot"
  420. application/binary
  421. application/word
  422. application/octet-string
  423. file/executable
  424. application/x-binary
  425. application/x-compressed
  426. application/x-excel
  427. application/x-msword
  428. application/x-word
  429. application/x-winexe
  430. application/x-lha-compressed
  431. application/x-lzh-compressed
  432. application/x-zip-compressed
  433. application/x-lha
  434. application/x-lzh
  435. application/x-zip
  436. application/x-msdownload
  437. [GetShort]
  438. dll = siwnav32.dll
  439. function = ConvertToShortName
  440. [SetNavoptsReg]
  441. dll = siwnav32.dll
  442. function = SetNavoptsRegInfo
  443. [SetLoadNavap]
  444. dll = siwnav32.dll
  445. function = SetLoadNavapOptions
  446. [SetStartupScan]
  447. dll = siwnav32.dll
  448. function = SetStartupScanOptions
  449. [UpdateNavstart]
  450. dll = siwnav32.dll
  451. function = UpdateNavstart
  452. [CheckWinSpace]
  453. dll = siwnav32.dll
  454. function = WindowsDriveSpace
  455. [InitMemory]
  456. dll = siwnav32.dll
  457. function = InitMemory
  458. [CheckNetscapeInstall]
  459. dll = siwnav32.dll
  460. function = CheckNetscapeInstall
  461. [IsPlatformNT]
  462. dll = siwnav32.dll
  463. function = IsPlatformNT
  464. [DoGroups]
  465. dll = siwnav32.dll
  466. function = CreateGroupItems
  467. [FloppyInDrive]
  468. dll = siwnav32.dll
  469. function = IsFloppyInDrive
  470. [ExitHookProc]
  471. dll = siwnav32.dll
  472. function = ReleaseMemory
  473. delete = CustDLLDel
  474. [BackupNavap]
  475. dll = siwnav32.dll
  476. function = BackupVxDKey
  477. vxd = NAVAP
  478. [RestoreNavap]
  479. dll = siwnav32.dll
  480. function = RestoreVxDKey
  481. vxd = NAVAP
  482. [RemoveNAVLink]
  483. dll = siwnav32.dll
  484. function = RemoveProgramLink
  485. Link = "Norton AntiVirus\Norton AntiVirus.LNK"
  486. [RemoveAutoProtLink]
  487. dll = siwnav32.dll
  488. function = RemoveProgramLink
  489. Link = "Norton AntiVirus\Norton AntiVirus Auto-Protect.LNK"
  490. [RemoveNAVforDOSLink]
  491. dll = siwnav32.dll
  492. function = RemoveProgramLink
  493. Link = "Norton AntiVirus\Norton AntiVirus for DOS.PIF"
  494. [RemoveSchedLink]
  495. dll = siwnav32.dll
  496. function = RemoveProgramLink
  497. Link = "Norton AntiVirus\Norton Scheduler.LNK"
  498. [RemoveStartupSchedLink]
  499. dll = siwnav32.dll
  500. function = RemoveStartupLink
  501. Link = "Norton Program Scheduler.LNK"
  502. [SetPathInScheduleDat]
  503. dll = siwnav32.dll
  504. function = SetPathInScheduleDat
  505. file = SCHEDULE.DAT
  506. [AddDefinitionsLocation]
  507. dll = siwnav32.dll
  508. function = AddDefinitionsLocationKey
  509. [PrepareForUpdate]
  510. dll = siwnav32.dll
  511. function=PrepForUpdate1
  512. [PrepareForUpdate2]
  513. dll = siwnav32.dll
  514. function=PrepForUpdate2
  515. [AddCleanupHook]
  516. dll = siwnav32.dll
  517. function=UpdAddCleanupHook
  518. [ShowRemoveDiskError]
  519. dll = siwnav32.dll
  520. function = ShowSMErrMessage
  521. msg="Please remove all disks from your floppy drives (A: and B:) and press OK to continue."
  522. [ShowWinSpaceError]
  523. dll = siwnav32.dll
  524. function = ShowSMErrMessage
  525. msg="There is not enough free disk space to install Norton AntiVirus on your system.  Please free some space and try again."
  526. [CheckLuigiVersion]
  527. dll = siwnav32.dll
  528. function = CheckSpecificVersion
  529. ver=4.5.0
  530. file=NAVW32.EXE
  531. size=443392
  532. [RequiredRTP]
  533. 200to201.rtp, TARGET
  534. [OptionalRTP]
  535. 2to201op.rtp, TARGET
  536. [Luigi]
  537. siw.qpd, SOURCE
  538. [LuigiVer2]
  539. nav95v2.ver, SOURCE
  540. [NAVCopy:TypeSelect]
  541. count = 2
  542. caption = "Norton AntiVirus for Windows 95 Install Type"
  543. text = "Please select the type of install you want to perform."
  544. grouptext = "Install Types"
  545. button1 = "&Full Install"
  546. button2 = "C&ustom Install"
  547. descrip1 = "Installs and configures complete AntiVirus protection for your computer.  This will require xx.x MB of disk space."
  548. descrip2 = "Lets you choose which Norton AntiVirus modules to install.  If you need more options later, you can run setup again."
  549. [NAVCopy:Primary]
  550. caption = "Norton AntiVirus for Windows 95 Main Selection"
  551. button1 = "Select..."
  552. button2 = "Select..."
  553. button3 = "Select..."
  554. button4 = "Select..."
  555. button5 = "Select..."
  556. text = App1Text
  557. DisableButtons = 0
  558. [NAVCopy:Component]
  559. caption = "Norton AntiVirus for Windows 95 Component Selection"
  560. text    = "Select/Deselect the components you want to install.  Checked items will be installed."
  561. [NAVCopy:CopyDialog]
  562. caption = "Copying Norton AntiVirus Files..."
  563. posx = -10
  564. posy = -10
  565. [NAVCopy:Advo]
  566. posx = 20
  567. posy = 30
  568. location = siwnav32.dll
  569. count = 4
  570. BitmapsOnly=1
  571. [NAVCopyWinNT:TypeSelect]
  572. count = 2
  573. caption = "Norton AntiVirus for Windows 95 Install Type"
  574. text = "Please select the type of install you want to perform."
  575. grouptext = "Install Types"
  576. button1 = "&Full Install"
  577. button2 = "C&ustom Install"
  578. descrip1 = "Installs and configures complete AntiVirus protection for your computer.  This will require xx.x MB of disk space."
  579. descrip2 = "Lets you choose which Norton AntiVirus modules to install.  If you need more options later, you can run setup again."
  580. [NAVCopyWinNT:Primary]
  581. caption = "Norton AntiVirus for Windows 95 Main Selection"
  582. button1 = "Select..."
  583. button2 = "Select..."
  584. button3 = "Select..."
  585. button4 = "Select..."
  586. button5 = "Select..."
  587. text = App1Text
  588. DisableButtons = 0
  589. [NAVCopyWinNT:Component]
  590. caption = "Norton AntiVirus for Windows 95 Component Selection"
  591. text    = "Select/Deselect the components you want to install.  Checked items will be installed."
  592. [NAVCopyWinNT:CopyDialog]
  593. caption = "Copying Norton AntiVirus Files..."
  594. posx = -10
  595. posy = -10
  596. [App1Text]
  597. "Please select the items you want to install.  If a selection"
  598. "has a button to the right, you can select individual files or"
  599. "components."
  600. [AdvoDefault]
  601. posx = 20
  602. posy = 30
  603. text = AdvoText
  604. [AdvoText]
  605. ""
  606. "Please take a moment to complete the Product Registration Card
  607. "included with your product and return it to Symantec."
  608. ""
  609. "This will ensure that you receive future product announcements"
  610. "and important notices. It will also qualify you for any discounts"
  611. "on future upgrades."
  612. ""
  613. "Thank you for purchasing Norton AntiVirus for Windows 95!"
  614. [VersionSearch]
  615. caption =  "Searching for Previous Version"
  616. text1   =  "Searching for a previously installed"
  617. text2   =  "version of Norton AntiVirus for Windows 95."
  618. appname =  "navw32.exe"
  619. apppath =  "C:\Program Files\Norton AntiVirus"
  620. [SymantecDir]
  621. caption = "Searching for Shared Directory"
  622. text1 = "Searching for Symantec shared"
  623. text2 = "program folder."
  624. appname = "symcfg.bin"
  625. apppath = C:\SYMANTEC
  626. [TargetDriveLFN]
  627. caption =  "Install Norton AntiVirus Files"
  628. defpath =  "C:\Program Files\Norton AntiVirus"
  629. text    =  "Please select the location where you want to install Norton AntiVirus."
  630. reqspace=  "Approximate additional disk space required"
  631. [TargetDriveSFN]
  632. caption =  "Install Norton AntiVirus Files"
  633. defpath =  "C:\NAV95"
  634. text    =  "Please select the location where you want to install Norton AntiVirus."
  635. reqspace=  "Approximate additional disk space required"
  636. [FileCopy]
  637. copycaption   =  "Installing Norton AntiVirus for Windows 95"
  638. errorcaption  =  "Error Copying Files"
  639. insertcaption =  "Insert Diskette"
  640. Message       =   MessageText
  641. [Cancel]
  642. caption = "Symantec Setup"
  643. text    = "The installation is not completed.
  644. "Are you sure you would like to exit?"
  645. [CancelShell]
  646. caption = "Norton AntiVirus - Exit Setup"
  647. "You have selected to cancel Setup."
  648. "In order to reset the Windows"
  649. "environment, Setup will also close"
  650. "Windows.  Are you sure you want to exit?"
  651. [Errors]
  652. noprev  =  "Symantec Setup for Windows is already running!"
  653. [Target5VerCheck]
  654. reset = TARGET5
  655. location = %s, TARGET
  656. [Target2to1]
  657. reset = TARGET
  658. location = %s, TARGET2
  659. [Target2LFN]
  660. reset = TARGET2
  661. location = "Norton AntiVirus"
  662. relative = 1
  663. relativeto = TARGET
  664. [Target2to3]
  665. reset = TARGET3
  666. location = %s, TARGET2
  667. [Target2Onramp]
  668. reset = TARGET2
  669. location = "LiveUpdate"
  670. relative = 1
  671. relativeto = TARGET3
  672. [Target2SFN]
  673. reset = TARGET2
  674. location = "NAV95"
  675. relative = 1
  676. relativeto = TARGET
  677. [Target10toLiveUpdateDir]
  678. reset = TARGET10
  679. location = "LiveUpdate"
  680. relative = 1
  681. relativeto = TARGET3
  682. [TargetShort]
  683. reset = TARGET4
  684. location = %s, TARGET
  685. [TargetSave]
  686. reset = TARGET3
  687. location = %s, TARGET4
  688. [TargetExt]
  689. reset = TARGET2
  690. location = "System"
  691. relative = 1
  692. relativeto = TARGET
  693. [TargetExtShort]
  694. reset = TARGET4
  695. location = %s, TARGET2
  696. [TargetShared]
  697. reset = TARGET3
  698. location = %s, TARGET5
  699. [TargetSharedShort]
  700. reset = TARGET4
  701. location = %s, TARGET3
  702. [TargetSharedSave]
  703. reset = TARGET5
  704. location = %s, TARGET4
  705. [TargetRoot]
  706. reset = TARGET4
  707. location = C:\
  708. [CreateExtDir]
  709. %s, TARGET2
  710. [CreateSharedDir]
  711. %s, TARGET3
  712. [CreateOnrampDir]
  713. %s, TARGET10
  714. [RWSetup]
  715. setup.exe, WINDOWS
  716. [SchedIniFind]
  717. schedule.ini, WINDOWS
  718. [NavoptsFind]
  719. navopts.dat, TARGET
  720. [NewoptsFind]
  721. navstart.dat, TARGET
  722. [SaveConfigSFN]
  723. c:\config.sys, c:\config.nav
  724. [SaveConfigLFN]
  725. c:\config.sys, "c:\Copy of Config (before NAV).sys"
  726. [SaveAutoexecSFN]
  727. c:\autoexec.bat, c:\autoexec.nav
  728. [SaveAutoexecLFN]
  729. c:\autoexec.bat, "c:\Copy of Autoexec (before NAV).bat"
  730. [SaveSysIniSFN]
  731. system.ini, sysini.nav, WINDOWS, WINDOWS
  732. [SaveSysIniLFN]
  733. system.ini, "Copy of System (before NAV).ini", WINDOWS, WINDOWS
  734. [CustDLLCopy]
  735. siwnav32.dll, siwnav32.dll, SOURCE, TEMPDIR
  736. s32scani.dll, s32scani.dll, SOURCE, TEMPDIR
  737. navex32.dll,  navex32.dll,  SOURCE, TEMPDIR
  738. s32nav8.dll,  s32nav8.dll,  SOURCE, TEMPDIR
  739. pipeline.dll, pipeline.dll, SOURCE, TEMPDIR
  740. navkrnl8.vxd, navkrnl8.vxd, SOURCE, TEMPDIR
  741. virscan2.dat, virscan2.dat, SOURCE, TEMPDIR
  742. virscan.dat,  virscan.dat,  SOURCE, TEMPDIR
  743. virscan.inf,  virscan.inf,  SOURCE, TEMPDIR
  744. intsrb.dat,   intsrb.dat,   SOURCE, TEMPDIR
  745. intsrf.dat,   intsrf.dat,   SOURCE, TEMPDIR
  746. [InfodeskNewer]
  747. infodesk.dll, infodesk.dll, TARGET5, TARGET3
  748. infodesk.hlp, infodesk.hlp, TARGET5, TARGET3
  749. infodesk.cnt, infodesk.cnt, TARGET5, TARGET3
  750. symgloss.hlp, symgloss.hlp, TARGET5, TARGET3
  751. [SymstatNewer]
  752. s32stat.dll,  s32stat.dll,  TARGET5, TARGET3
  753. [OnrampexeNewer]
  754. liveupdt.exe, liveupdt.exe, TARGET5, TARGET10
  755. [Symmal32Newer]
  756. s32live1.dll, s32live1.dll, TARGET5, TARGET10
  757. liveupdt.hst, liveupdt.hst, TARGET5, TARGET10
  758. [Symhm32Newer]
  759. s32luhm1.dll, s32luhm1.dll, TARGET5, TARGET10
  760. hscript.scp,  hscript.scp,  TARGET5, TARGET10
  761. [Symhf32Newer]
  762. s32luhf1.dll, s32luhf1.dll, TARGET5, TARGET10
  763. [Symdis32Newer]
  764. s32luis1.dll, s32luis1.dll, TARGET5, TARGET10
  765. [Symuzp32Newer]
  766. s32luuz1.dll, s32luuz1.dll, TARGET5, TARGET10
  767. [SymevntFind]
  768. symevnt.386, SYSTEM
  769. [SymevntNewer]
  770. symevnt.386,  symevnt.386,  TARGET5, TARGET3
  771. symevnt1.dll, symevnt1.dll, TARGET5, TARGET3
  772. s32evnt1.dll, s32evnt1.dll, TARGET5, TARGET3
  773. [SymevntCopy]
  774. symevnt.386, symevnt.386, TARGET3, SYSTEM
  775. [Symevnt16Find]
  776. symevnt1.dll, SYSTEM
  777. [Symevnt16Copy]
  778. symevnt1.dll, symevnt1.dll, TARGET3, SYSTEM
  779. [Symevnt32Find]
  780. s32evnt1.dll, SYSTEM
  781. [Symevnt32Copy]
  782. s32evnt1.dll, s32evnt1.dll, TARGET3, SYSTEM
  783. [ExecRescue]
  784. dll = siwnav32.dll
  785. function = ExecRescue
  786. [RescueRun]
  787. "%s\nresq32.exe /INSTALL", TARGET3
  788. [RescueCopy]
  789. s32stat.dll, s32stat.dll, TARGET5, TARGET
  790. [RescueDelete]
  791. s32stat.dll, TARGET
  792. [WintdistRun]
  793. "%s\wintdist.exe /Q", WINDOWS
  794. [RTPatchRun]
  795. "%s\setupl.exe patchhlp.pif 200to201.rtp", TARGET5
  796. [RTPatchRun2]
  797. "%s\setupl.exe patchhlp.pif 2to201op.rtp", TARGET5
  798. [WintdistDelete]
  799. wintdist.exe, WINDOWS
  800. [CopyOfAutoexecDelLFN]
  801. "c:\Copy of Autoexec (before NAV).bat"
  802. [CopyOfAutoexecDelSFN]
  803. c:\autoexec.nav
  804. [RTPatchDel]
  805. 200to201.rtp, TARGET
  806. 2to201op.rtp, TARGET
  807. patch.exe,    TARGET
  808. patchhlp.bat, TARGET
  809. patchhlp.pif, TARGET
  810. setupl.exe,   TARGET
  811. [SymevntTempDel]
  812. symevnt.386,  TARGET5
  813. symevnt1.dll, TARGET5
  814. s32evnt1.dll, TARGET5
  815. [InfodeskTempDel]
  816. infodesk.dll, TARGET5
  817. infodesk.hlp, TARGET5
  818. infodesk.cnt, TARGET5
  819. symgloss.hlp, TARGET5
  820. [SymstatTempDel]
  821. s32stat.dll, TARGET5
  822. [OnrampTempDel]
  823. s32live1.dll, TARGET5
  824. liveupdt.exe, TARGET5
  825. s32luhm1.dll, TARGET5
  826. s32luhf1.dll, TARGET5
  827. s32luis1.dll, TARGET5
  828. s32luuz1.dll, TARGET5
  829. hscript.scp,  TARGET5
  830. liveupdt.hst, TARGET5
  831. [CustDLLDel]
  832. shell95w.exe, TEMPDIR
  833. siwnav32.dll, TEMPDIR
  834. s32scani.dll, TEMPDIR
  835. navex32.dll,  TEMPDIR
  836. s32nav8.dll,  TEMPDIR
  837. pipeline.dll, TEMPDIR
  838. navkrnl8.vxd, TEMPDIR
  839. virscan2.dat, TEMPDIR
  840. virscan.dat,  TEMPDIR
  841. virscan.inf,  TEMPDIR
  842. intsrb.dat,   TEMPDIR
  843. intsrf.dat,   TEMPDIR
  844. [Leftovers]
  845. infodesk.gid,   TARGET5
  846. infodesk.fts,   TARGET5
  847. infodesk.ftg,   TARGET5
  848. navw32.fts,     TARGET2
  849. navw32.gid,     TARGET2
  850. navw32.gid,     TARGET5
  851. nsched32.fts,   TARGET2
  852. nsched32.gid,   TARGET2
  853. nsched32.gid,   TARGET5
  854. pipedlg.dat,    TARGET5
  855. win.siw,        WINDOWS
  856. system.siw,     WINDOWS
  857. [ConfigFind]
  858. config.sys, TARGET4
  859. [AutoexecFind]
  860. autoexec.bat, TARGET4
  861. [CheckAVConfig1]
  862. file = c:\config.sys
  863. finditems = FindNavStartup1
  864. [CheckAVConfig2]
  865. file = c:\config.sys
  866. finditems = FindNavStartup2
  867. [CheckAVConfig3]
  868. file = c:\config.sys
  869. finditems = FindNavStartup3
  870. [CheckAVConfig4]
  871. file = c:\config.sys
  872. finditems = FindNavStartup4
  873. [CheckAVConfig5]
  874. file = c:\config.sys
  875. finditems = FindNavStartup5
  876. [CheckAVConfig6]
  877. file = c:\config.sys
  878. finditems = FindNavStartup6
  879. [CheckAVConfig7]
  880. file = c:\config.sys
  881. finditems = FindNavStartup7
  882. [CheckAVConfig8]
  883. file = c:\config.sys
  884. finditems = FindNavStartup8
  885. [CheckAVAuto1]
  886. file = c:\autoexec.bat
  887. finditems = FindNavStartup1
  888. [CheckAVAuto2]
  889. file = c:\autoexec.bat
  890. finditems = FindNavStartup2
  891. [CheckAVAuto3]
  892. file = c:\autoexec.bat
  893. finditems = FindNavStartup3
  894. [CheckAVAuto4]
  895. file = c:\autoexec.bat
  896. finditems = FindNavStartup4
  897. [CheckAVAuto5]
  898. file = c:\autoexec.bat
  899. finditems = FindNavStartup5
  900. [CheckAVAuto6]
  901. file = c:\autoexec.bat
  902. finditems = FindNavStartup6
  903. [CheckAVAuto7]
  904. file = c:\autoexec.bat
  905. finditems = FindNavStartup7
  906. [CheckAVAuto8]
  907. file = c:\autoexec.bat
  908. finditems = FindNavStartup8
  909. [CheckAVSystemIni]
  910. IniName = system.ini
  911. SectionName = 386Enh
  912. device=*vnavd.386*
  913. [AutoexecCopy]
  914. c:\autoexec.bat, c:\autoexec.nav
  915. [FindNavStartup1]
  916. *nav*
  917. [FindNavStartup2]
  918. *\vshield*
  919. [FindNavStartup3]
  920. *\guard*
  921. [FindNavStartup4]
  922. *\vsave*
  923. [FindNavStartup5]
  924. *\bootsafe*
  925. [FindNavStartup6]
  926. *\cpsched*
  927. [FindNavStartup7]
  928. *\vsafe*
  929. [FindNavStartup8]
  930. *\vwatch.sys*
  931. [ModifyConfig]
  932. caption    = "Norton AntiVirus - Modify Config.sys File"
  933. text1      = "The following modifications need to be made to your config.sys file.  To edit the file, click the Edit button."
  934. FileSpec   = c:\config.sys
  935. filetype   = config
  936. Create     = 0
  937. CreateText =
  938. rem1       = "rem"
  939. FindRems   = 0
  940. EditCaption= "Edit Config.sys"
  941. EditText   = "Make the desired changes to the file and click Done when finished.  To cancel this and all previous edits, click Cancel Edit."
  942. RemItems   = StartupRemItems
  943. [ModifyAutoexec]
  944. caption    = "Norton AntiVirus - Modify Autoexec.bat File"
  945. text1      = "The following modifications need to be made to your autoexec.bat file.  To edit the file, click the Edit button."
  946. FileSpec   = c:\autoexec.bat
  947. filetype   = autoexec
  948. Create     = 0
  949. CreateText =
  950. rem1       = "rem"
  951. rem2       = "path"
  952. rem3       = "set"
  953. FindRems   = 0
  954. EditCaption= "Edit Autoexec.bat"
  955. EditText   = "Make the desired changes to the file and click Done when finished.  To cancel this and all previous edits, click Cancel Edit."
  956. RemItems   = StartupRemItems
  957. DelItems   = StartupDelItems
  958. [ModifyAutoexecAddNAV]
  959. caption    = "Norton AntiVirus - Modify Autoexec.bat File"
  960. text1      = "The following modifications need to be made to your autoexec.bat file.  To edit the file, click the Edit button."
  961. FileSpec   = c:\autoexec.nav
  962. filetype   = autoexec
  963. Create     = 1
  964. CreateText =
  965. rem1       = "rem"
  966. rem2       = "path"
  967. rem3       = "set"
  968. FindRems   = 0
  969. EditCaption= "Edit Autoexec.bat"
  970. EditText   = "Make the desired changes to the file and click Done when finished.  To cancel this and all previous edits, click Cancel Edit."
  971. RemItems   = StartupRemItems
  972. DelItems   = StartupDelItems
  973. AddItems   = StartupAddItems
  974. [ModifySystemIni]
  975. caption     = "Norton AntiVirus - Modify System.ini File"
  976. text1       = "The following modification need to be made to your system.ini file.  To edit the file, click the Edit button."
  977. FileSpec    = %s\system.ini, WINDOWS
  978. filetype    = text
  979. Create      = 0
  980. CreateText  =
  981. rem1        = ";"
  982. FindRems    = 0
  983. EditCaption = "Edit System.ini"
  984. EditText    = "Make the desired changes to the file and click Done when finished.  To cancel this and all previous edits, click Cancel Edit."
  985. RemItems    = SystemIniRemItems
  986. [CreateSchedIni]
  987. FileSpec    = %s\schedule.ini, WINDOWS
  988. FileType    = ini
  989. Create      = 1
  990. CreateText  = "[Norton Program Scheduler]"
  991. [AddNewSched]
  992. IniName = schedule.ini
  993. SectionName = NamedEvents
  994. NamedEvent1 = 1
  995. SectionName = NamedEvent1
  996. Name="Scan for Viruses"
  997. Prompt="&What to Scan:"
  998. CommandLine=NAVW32.EXE
  999. StartupDir=%s, TARGET
  1000. RunStyle=1
  1001. [StartupRemItems]
  1002. *navtsr*
  1003. *\navtsr*
  1004. *nav*
  1005. *\nav*
  1006. *nav_*
  1007. *\nav_*
  1008. *nav&*
  1009. *\nav&*
  1010. *\vshield*
  1011. *\guard*
  1012. *\vsave*
  1013. *\bootsafe*
  1014. *\cpsched*
  1015. *\vsafe*
  1016. *\vwatch.sys*
  1017. [StartupDelItems]
  1018. *navboot*
  1019. *\navboot*
  1020. [StartupAddItems]
  1021. "@%s\Navboot.exe /Startup", TARGET3, switch84
  1022. [SystemIniRemItems]
  1023. *vnavd.386*
  1024. [AddContents]
  1025. FileSpec   = %s\symantec.cnt, TARGET5
  1026. filetype   = text
  1027. Create     = 1
  1028. CreateText = " "
  1029. AddItems   = ContentsAddItems
  1030. [ContentsAddItems]
  1031. ":INCLUDE NAVW32.CNT", APPEND
  1032. ":INCLUDE NSCHED32.CNT", APPEND, switch86
  1033. [PrevAVLoad1]
  1034. navtsrw.exe
  1035. [PrevAVLoad2]
  1036. navpopup.exe
  1037. [PrevAVLoad3]
  1038. vshldwin.exe
  1039. [PrevAVLoad4]
  1040. wntsrman.exe
  1041. [PrevAVLoad5]
  1042. wnavws.exe
  1043. [DelVxds]
  1044. IniName = system.ini
  1045. SectionName = 386enh
  1046. device=*symevnt.386*
  1047. device=*awdos.386*
  1048. device=*vpcaw.386*
  1049. device=*vfintd.386*
  1050. device=*vfintd.386*
  1051. device=*vnss.386*
  1052. [NavReg]
  1053. file = %s\nav95.reg, TARGET2
  1054. [OnrampReg]
  1055. file = %s\liveupdt.reg, TARGET2
  1056. [SageReg]
  1057. file = %s\navsage.reg, TARGET2
  1058. [SetupReg]
  1059. file = %s\setup.reg, TARGET2
  1060. [NavwReg]
  1061. file = %s\navw32.reg, TARGET2
  1062. [NavapwReg]
  1063. file = %s\navapw32.reg, TARGET2
  1064. [SchedReg]
  1065. file = %s\NSched32.reg, TARGET2
  1066. [RescuewReg1]
  1067. file = %s\NResq32.reg, TARGET2
  1068. [RescuewReg2]
  1069. file = %s\RsqShare.reg, TARGET2
  1070. [RescuewReg3]
  1071. file = %s\Navrsq32.reg, TARGET2
  1072. [RegUpdate]
  1073. key = "HKEY_LOCAL_MACHINE"
  1074. subkey = "SOFTWARE\Symantec\Norton AntiVirus\Install\4.0\Components"
  1075. [Pix]
  1076. color = %s\symlogo.rle, -1, 1
  1077. [VerDll]
  1078. ver.dll, SYSTEM
  1079. [SetNAVRegister]
  1080. s32nav8.dll, TARGET
  1081. [Registration]
  1082. dll = s32nav8.dll
  1083. string = "Symantec Setup for Windows"
  1084. active = no
  1085. serialize = 0
  1086. [groups]
  1087. "Norton AntiVirus", nav.grp
  1088. "Startup",          startup.grp
  1089. [Norton AntiVirus]
  1090. "Norton AntiVirus",             navw32.exe,     navw32,    0, TARGET3, navw32.exe,   TARGET3, " "
  1091. "Norton Program Scheduler",     nsched32.exe,   scheduler, 0, TARGET3, nsched32.exe, TARGET3, " "
  1092. "Rescue Disk",                  nresq32.exe,    rescue,    0, TARGET3, nresq32.exe,  TARGET3, " "
  1093. [Startup]
  1094. "Norton Program Scheduler",     nsched32.exe,   schedstart, 0, TARGET3,  nsched32.exe, TARGET3, " /min", 1
  1095. [NAVCopy]
  1096. CopyMain.BaseFiles, "Norton AntiVirus Base Files",         0,  Y, N, Y
  1097. CopySub.schedstart, " "
  1098. CopySub.scheddat,   " "
  1099. CopySub.symevnt,    " "
  1100. CopySub.shared,     " "
  1101. CopySub.infodesk,   " "
  1102. CopySub.symstat,    " "
  1103. CopySub.options,    " "
  1104. CopySub.newoptions, " "
  1105. CopySub.virdefs,    " "
  1106. CopySub.install,    "Install/uninstall NAV"
  1107. CopySub.navw32,     "Windows scanner application"
  1108. CopyMain.NAVVXD,    "Automatic protection",                0,  N, Y, Y
  1109. CopySub.navapw,     "Automatic Protection VxD"
  1110. CopyMain.NAVDOS,    "Startup protection",                  0,  N, Y, Y
  1111. CopySub.navboot,    "NAVBOOT"
  1112. CopySub.navtsr,     "NAVTSR"
  1113. CopyMain.Tools,     "Tools",                               0,  N, Y, Y
  1114. CopySub.rescue,     "Create a rescue disk"
  1115. CopySub.scheduler,  "Schedule scans"
  1116. [NAVCopyWinNT]
  1117. CopyMain.BaseFiles, "Norton AntiVirus Base Files",         0,  Y, N, Y
  1118. CopySub.schedstart, " "
  1119. CopySub.scheddat,   " "
  1120. CopySub.shared,     " "
  1121. CopySub.options,    " "
  1122. CopySub.newoptions, " "
  1123. CopySub.virdefs,    " "
  1124. CopySub.navw32,     "Windows Scanner Application"
  1125. CopySub.install,    "Install/Uninstall NAV"
  1126. CopyMain.TOOLS,     "Tools",                               0,  N, Y, Y
  1127. CopySub.scheduler,  "Schedule scans"
  1128. [CopyTextBaseFiles]
  1129. icon = IDI_NAVW
  1130. text = "Scans your drives for viruses and configures Norton AntiVirus."
  1131. [CopyTextNAVVXD]
  1132. icon = IDI_NAVAP
  1133. text = "Provides continuous protection against viruses while you work."
  1134. [CopyTextNAVDOS]
  1135. icon = IDI_NAVD
  1136. text = "Detect and eliminate viruses before they can spread."
  1137. [CopyTextTools]
  1138. icon = IDI_SCHEDULER
  1139. text = "Create a rescue disk set and schedule weekly scans."
  1140. [WrongVersion]
  1141. Caption="Norton AntiVirus for Windows 95 Setup"
  1142. Title="Incorrect Version"
  1143. DlgProc=WizardPanelProc
  1144. ResourceId=102
  1145. Bitmap16=202
  1146. PanelDataProc=_DefaultDataProc@0
  1147. PanelFlags=First+Last+Finish
  1148. [NoWinSpace]
  1149. Caption="Norton AntiVirus for Windows 95 Setup"
  1150. Title="Low Disk Space"
  1151. DlgProc=WizardPanelProc
  1152. ResourceId=108
  1153. Bitmap16=202
  1154. PanelDataProc=_DefaultDataProc@0
  1155. PanelFlags=First+Last+Finish
  1156. [Welcome]
  1157. Caption="Norton AntiVirus for Windows 95 Setup"
  1158. Title="Welcome to Norton AntiVirus"
  1159. DlgProc=_WelcomeDlgProc@16
  1160. ResourceId=501
  1161. Bitmap16=202
  1162. PanelDataProc=_WelcomeDataProc@0
  1163. PanelFlags=First
  1164. [BeforeScan]
  1165. Caption="Norton AntiVirus for Windows 95 Setup"
  1166. Title="Preparing for Virus Scan"
  1167. DlgProc=WizardPanelProc
  1168. ResourceId=110
  1169. Bitmap16=202
  1170. PanelDataProc=_DefaultDataProc@0
  1171. [DuringScan]
  1172. Caption="Norton AntiVirus for Windows 95 Setup"
  1173. Title="Scanning System for Viruses"
  1174. DlgProc=WizardPanelProc
  1175. ResourceId=111
  1176. Bitmap16=202
  1177. PanelDataProc=_DefaultDataProc@0
  1178. PanelFlags=First+Last
  1179. [DuringScan2]
  1180. Caption="Norton AntiVirus for Windows 95 Setup"
  1181. Title="Scanning System for Viruses"
  1182. DlgProc=WizardPanelProc
  1183. ResourceId=141
  1184. Bitmap16=202
  1185. PanelDataProc=_DefaultDataProc@0
  1186. PanelFlags=First+Last
  1187. [AfterScan]
  1188. Caption="Norton AntiVirus for Windows 95 Setup"
  1189. Title="Your System is Virus Free"
  1190. DlgProc=WizardPanelProc
  1191. ResourceId=112
  1192. Bitmap16=202
  1193. PanelDataProc=_DefaultDataProc@0
  1194. PanelFlags=First
  1195. [Register]
  1196. Caption="Norton AntiVirus for Windows 95 Setup"
  1197. Title="User Information"
  1198. DlgProc=WizardPanelProc
  1199. ResourceId=113
  1200. Bitmap16=202
  1201. PanelDataProc=_DefaultDataProc@0
  1202. PanelFlags=First
  1203. [InstallType]
  1204. Caption="Norton AntiVirus for Windows 95 Setup"
  1205. Title="Setup Type"
  1206. DlgProc=WizardPanelProc
  1207. ResourceId=114
  1208. Bitmap16=203
  1209. PanelDataProc=_DefaultDataProc@0
  1210. [SelectComponents]
  1211. Caption="Norton AntiVirus for Windows 95 Setup"
  1212. Title="Select Components"
  1213. DlgProc=WizardPanelProc
  1214. ResourceId=137
  1215. PanelDataProc=_DefaultDataProc@0
  1216. [SearchInfo]
  1217. Caption="Norton AntiVirus for Windows 95 Setup"
  1218. Title="Exploring Drives"
  1219. DlgProc=WizardPanelProc
  1220. ResourceId=116
  1221. Bitmap16=202
  1222. PanelDataProc=_DefaultDataProc@0
  1223. PanelFlags=First+Last
  1224. [RequiredIntro]
  1225. Caption="Norton AntiVirus for Windows 95 Setup"
  1226. Title="Products Required for Upgrade"
  1227. DlgProc=_RequiredDlgProc@16
  1228. ResourceId=509
  1229. Bitmap16=202
  1230. PanelDataProc=_RequiredDataProc@0
  1231. [Required]
  1232. Caption="Norton AntiVirus for Windows 95 Setup"
  1233. Title="Searching for Qualifying Products"
  1234. DlgProc=_RequiredDlgProc@16
  1235. ResourceId=508
  1236. Bitmap16=202
  1237. PanelDataProc=_RequiredDataProc@0
  1238. [NotFound]
  1239. Caption="Norton AntiVirus for Windows 95 Setup"
  1240. Title="Required Product Not Found"
  1241. DlgProc=_RequiredDlgProc@16
  1242. ResourceId=146
  1243. PanelDataProc=_DefaultDataProc@0
  1244. PanelFlags=First+Last+Finish
  1245. [RequiredSuccess]
  1246. Caption="Norton AntiVirus for Windows 95 Setup"
  1247. Title="Required Product Found"
  1248. DlgProc=_RequiredDlgProc@16
  1249. ResourceId=552
  1250. Bitmap16=202
  1251. PanelDataProc=_RequiredDataProc@0
  1252. PanelFlags=First
  1253. [UseLiveUpdate]
  1254. Caption="Norton AntiVirus for Windows 95 Setup"
  1255. Title="Use LiveUpdate Once A Month"
  1256. DlgProc=WizardPanelProc
  1257. ResourceId=143
  1258. Bitmap16=301
  1259. PanelDataProc=_DefaultDataProc@0
  1260. PanelFlags=First
  1261. [License]
  1262. Caption="Online License Agreement"
  1263. DlgProc=WizardPanelProc
  1264. ResourceId=502
  1265. PanelDataProc=_LicenseDataProc@0
  1266. [NetscapeDetected]
  1267. Caption="Norton AntiVirus for Windows 95 Setup"
  1268. Title="Netscape Detected"
  1269. DlgProc=WizardPanelProc
  1270. ResourceId=119
  1271. Bitmap16=202
  1272. PanelDataProc=_DefaultDataProc@0
  1273. [TechSupport]
  1274. Caption="Norton AntiVirus for Windows 95 Setup"
  1275. Title="Symantec Support Solutions"
  1276. DlgProc=WizardPanelProc
  1277. ResourceId=507
  1278. Bitmap16=207
  1279. PanelDataProc=_DefaultDataProc@0
  1280. [Reach]
  1281. Caption="Norton AntiVirus for Windows 95 Setup"
  1282. Title="How to Reach Us"
  1283. DlgProc=WizardPanelProc
  1284. ResourceId=513
  1285. Bitmap16=213
  1286. PanelDataProc=_DefaultDataProc@0
  1287. [CrossSell]
  1288. Caption="Norton AntiVirus for Windows 95 Setup"
  1289. Title="Windows 95 Solutions"
  1290. DlgProc=_CrossSellDlgProc@16
  1291. ResourceId=512
  1292. Bitmap16=300
  1293. PanelDataProc=_CrossSellDataProc@0
  1294. [SpecifyLocation]
  1295. Caption="Norton AntiVirus for Windows 95 Setup"
  1296. Title="Program Location"
  1297. DlgProc=WizardPanelProc
  1298. ResourceId=118
  1299. Bitmap16=202
  1300. PanelDataProc=_DefaultDataProc@0
  1301. [CompressedDrive]
  1302. Caption="Norton AntiVirus for Windows 95 Setup"
  1303. Title="Compressed Drive Information"
  1304. DlgProc=WizardPanelProc
  1305. ResourceId=104
  1306. Bitmap16=202
  1307. PanelDataProc=_DefaultDataProc@0
  1308. [NoDiskSpace]
  1309. Caption="Norton AntiVirus for Windows 95 Setup"
  1310. Title="Not Enough Disk Space"
  1311. DlgProc=WizardPanelProc
  1312. ResourceId=106
  1313. Bitmap16=202
  1314. PanelDataProc=_DefaultDataProc@0
  1315. [KeepSettingsDlg]
  1316. Caption="Norton AntiVirus for Windows 95 Setup"
  1317. Title="Keep Current Settings"
  1318. DlgProc=WizardPanelProc
  1319. ResourceId=121
  1320. Bitmap16=202
  1321. PanelDataProc=_DefaultDataProc@0
  1322. [StartupDlg]
  1323. Caption="Norton AntiVirus for Windows 95 Setup"
  1324. Title="Initial Settings"
  1325. DlgProc=WizardPanelProc
  1326. ResourceId=122
  1327. Bitmap16=202
  1328. PanelDataProc=_DefaultDataProc@0
  1329. [RescueDlg]
  1330. Caption="Norton AntiVirus for Windows 95 Setup"
  1331. Title="Create Rescue Disk Set"
  1332. DlgProc=WizardPanelProc
  1333. ResourceId=124
  1334. Bitmap16=202
  1335. PanelDataProc=_DefaultDataProc@0
  1336. [CopyFiles]
  1337. Caption="Norton AntiVirus for Windows 95 Setup"
  1338. Title="Setup Review"
  1339. DlgProc=WizardPanelProc
  1340. ResourceId=128
  1341. Bitmap16=202
  1342. PanelDataProc=_DefaultDataProc@0
  1343. [ModifyFile]
  1344. Caption="Norton AntiVirus for Windows 95 Setup"
  1345. Title="Modify Autoexec.bat"
  1346. DlgProc=WizardPanelProc
  1347. ResourceId=139
  1348. Bitmap16=202
  1349. PanelDataProc=_DefaultDataProc@0
  1350. PanelFlags=First
  1351. [Finished]
  1352. Caption="Norton AntiVirus for Windows 95 Setup"
  1353. Title="Setup Complete"
  1354. DlgProc=WizardPanelProc
  1355. ResourceId=130
  1356. Bitmap16=202
  1357. PanelDataProc=_DefaultDataProc@0
  1358. PanelFlags=First+Last+Finish
  1359. [UpdFinished]
  1360. Caption="Norton AntiVirus for Windows 95 Setup"
  1361. Title="Setup Complete"
  1362. DlgProc=WizardPanelProc
  1363. ResourceId=144
  1364. Bitmap16=202
  1365. PanelDataProc=_DefaultDataProc@0
  1366. PanelFlags=First+Last+Finish
  1367. [UpdError]
  1368. Caption="Norton AntiVirus for Windows 95 Setup"
  1369. Title="Setup Error"
  1370. DlgProc=WizardPanelProc
  1371. ResourceId=145
  1372. PanelDataProc=_DefaultDataProc@0
  1373. PanelFlags=First+Last+Finish
  1374. [RescueFloppyDialog]
  1375. Caption="Norton AntiVirus for Windows 95 Setup"
  1376. Title="Remove Floppy Diskette"
  1377. DlgProc=WizardPanelProc
  1378. ResourceId=129
  1379. Bitmap16=202
  1380. PanelDataProc=_DefaultDataProc@0
  1381. PanelFlags=First
  1382. [RebootFloppyDialog]
  1383. Caption="Norton AntiVirus for Windows 95 Setup"
  1384. Title="Remove Floppy Diskette"
  1385. DlgProc=WizardPanelProc
  1386. ResourceId=129
  1387. Bitmap16=202
  1388. PanelDataProc=_DefaultDataProc@0
  1389. PanelFlags=First+Last+Finish
  1390. [RegisterNow]
  1391. caption = "Norton AntiVirus for Windows 95 Setup"
  1392. Title="Register Now"
  1393. DlgProc=_RegNowDlgProc@16
  1394. PanelDataProc=_RegNowDataProc@0
  1395. ResourceId=504
  1396. Bitmap16=204
  1397. PanelFlags=Skip
  1398. [OnlineRegistration]
  1399. caption = "Norton AntiVirus for Windows 95 Setup"
  1400. DlgProc=_UsaRegDlgProc@16
  1401. PanelDataProc=_UsaRegDataProc@0
  1402. ResourceId=505
  1403. PanelFlags=Skip
  1404. [OnlineMarketing]
  1405. caption = "Norton AntiVirus for Windows 95 Setup"
  1406. DlgProc=_MarketingDlgProc@16
  1407. PanelDataProc=_MarketingDataProc@0
  1408. ResourceId=506
  1409. PanelFlags=Skip
  1410. [SendRegistration]
  1411. caption = "Norton AntiVirus for Windows 95 Setup"
  1412. DlgProc=_SendRegDlgProc@16
  1413. PanelDataProc=_SendRegDataProc@0
  1414. ResourceId=514
  1415. Bitmap16=214
  1416. Flags=Skip
  1417.